[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  EVENTrecord    = record
                     Status         : Byte; { 0=Deleted 1=Enabled 2=Disabled }
                     StartTime      : Time;
                     ErrorLevel     : Byte;
                     Days           : Byte;
                     Forced         : Boolean;
                     LastTimeRun    : Date;
                   end;

  EVENTrecordArray = array[1..20] of EVENTrecord;

  MsgKindsType   = (Both, Private, Public, ROnly);

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson